home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / mrmci11g.zip / DIRECT.MVA < prev    next >
Text File  |  1992-08-09  |  212b  |  12 lines

  1. COMMENT This script connects direct via 800 number
  2.  timeout 15000 badNews
  3.  wait 300
  4. LABEL connect
  5.  send |
  6.  wait 1500 goodNews,: badNews,NO_CARRIER
  7.  goto connect
  8. LABEL goodNews
  9.  end
  10. LABEL badNews
  11.  fail
  12.